home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / workbench+shell / g-p / mrcopper / mrcopper.doc < prev    next >
Encoding:
Text File  |  1978-06-29  |  2.6 KB  |  94 lines

  1.  
  2. This program works on Workbench 1.3, 2.04 and 3.0.
  3.  
  4.     MrCopper Version 2.6
  5.     ~~~~~~~~~~~~~~~~~~~~
  6. A little program which puts nice copper bars on the current screen
  7. (i.e. Workbench), there are two ways to use it :
  8.  
  9. 1 >>> Click on its icon and a window will appear with 6 buttons like :
  10.  
  11.       [ << ] [ >> ] [ Exit ]
  12.        (1)    (2)    (3)
  13.  
  14.       [ << ] [ >> ] [ About]
  15.        (4)    (5)    (6)
  16.  
  17.   1 and 2 ; Allow you to cycle through the preset colour sets.
  18.             The number on the left of button (1) is the current set.
  19.  
  20.   3 ; Exits the program and leaves the current copper pattern on the screen
  21.  
  22.   4 and 5 ; Change the colour to accept the copper bars (0-3) 0=background
  23.             The number on the left of colour 4 is the current colour.
  24.  
  25.   6 ; So you don't forget who wrote it.
  26.  
  27. 2 >>> From the CLI
  28.  
  29.       If you type < mrcopper2.6 > then it will load the save as above
  30.  
  31.       but
  32.  
  33.       You can execute it with the following parameters :
  34.  
  35.       mrcopper2.6 [colourset]:[register]
  36.  
  37.       where :
  38.  
  39.       'colourset' is the pattern number 00-25
  40.  
  41.          00 ; White -> Purple
  42.          01 ; White -> Yellow
  43.          02 ; White -> Yellow (With Greys Bits!)
  44.          03 ; Blue -> Yellow
  45.          04 ; Blue -> Purple
  46.          05 ; Yellow -> Purple
  47.          06 ; Yellow -> Blue
  48.          07 ; Yellow -> Green
  49.          08 ; Red -> Blue
  50.          09 ; Red -> White
  51.          10 ; Red -> Cyan
  52.          11 ; Red -> Yellow
  53.          12 ; Red -> Purple
  54.          13 ; Purple -> Green
  55.          14 ; Green -> White
  56.          15 ; Green -> Purple
  57.          16 ; Green -> Red
  58.          17 ; Green -> Yellow
  59.          18 ; Pink -> L. Green
  60.          19 ; Blue -> L. Yellow
  61.          20 ; Horizontal Grey Bars
  62.          21 ; Horizontal Yellow Bars
  63.          22 ; Horizontal Red Bars
  64.          23 ; Horizontal Purple Bars
  65.          24 ; Horizontal Green Bars
  66.          25 ; Horizontal Grey, Yellow, Red, Purple And Green Bars
  67.  
  68.       'register' is the register to accept the copper bars 0-3.
  69.  
  70.   so to give the background a yellow - green fade :
  71.  
  72.         mrcopper2.6 10:0
  73.  
  74.   or to give a black - red fade on the window border (colour 3)
  75.  
  76.         mrcopper2.6 07:3
  77.  
  78. This program was written with GFA-Basic 3.5 and compiled using the
  79. GFA-Basic Compiler 3.51E.
  80.  
  81. If you find any bugs or would the source code then please write off to the
  82. following address (some cash would be nice if you want the source code):
  83.  
  84.    Paul Alan Freshney
  85.     8 Richmond Close
  86.      Balderton
  87.       Newark
  88.        Notts.
  89.         NG24 3EX
  90.  
  91. ----------------------------------------------------------------------------
  92.                       (C) Paul Alan Freshney 1995
  93. ----------------------------------------------------------------------------
  94.